home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / gfxlab24.dms / in.adf / Installer < prev    next >
Encoding:
AmigaDOS Script File  |  1995-06-04  |  643 b   |  33 lines

  1. .key test/s,full/s
  2. .bra [
  3. .ket ]
  4.  
  5. echo "*Ec*N                 GFXLab24 Hard Drive Installer*N"
  6.  
  7. lab nameloop
  8.   echo "Which partition do you want to install GFXLab24 to? (eg DH0: Work:) " noline
  9.   set >NIL: target ?
  10.   if "$target" EQ "Q"
  11.       skip exit
  12.   endif
  13.  
  14.   if "`echo $target len 1`" NOT EQ ":"
  15.     set target $target:
  16.   endif
  17.  
  18.   assign >NIL: exists "${Target}"
  19.   if warn
  20.     echo "Error: partition does not exist.*N"
  21.     skip back nameloop
  22.   endif
  23.  
  24. lab partok
  25.  
  26. assign Target: "${Target}"
  27. c:cls
  28. c:copy GFXLab:lha ram:
  29. ram:Lha x GFXLab:crx-gl24 target:
  30. echo "please wait..........."
  31. lab disk?
  32. cls
  33. c:echo "*n*n All done now please reboot!"